[Pcsclite-cvs-commit] r3483 - /trunk/libmusclecard/src/Makefile.am

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri May 1 16:41:03 UTC 2009


Author: rousseau
Date: Fri May  1 16:41:02 2009
New Revision: 3483

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3483
Log:
change the order in libmusclecard_la_CFLAGS so that local header are
used before the system ones

Modified:
    trunk/libmusclecard/src/Makefile.am

Modified: trunk/libmusclecard/src/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/libmusclecard/src/Makefile.am?rev=3483&op=diff
==============================================================================
--- trunk/libmusclecard/src/Makefile.am (original)
+++ trunk/libmusclecard/src/Makefile.am Fri May  1 16:41:02 2009
@@ -30,9 +30,9 @@
 	thread_generic.h \
 	thread_unix.c
 libmusclecard_la_CFLAGS = \
+	-I$(top_srcdir)/src/PCSC \
 	$(PCSCLITE_CFLAGS) \
 	$(PTHREAD_CFLAGS) \
-	-I$(top_srcdir)/src/PCSC \
 	$(SYMBOL_VISIBILITY)
 libmusclecard_la_LIBADD = $(PCSCLITE_LIBS) $(LIBDL) \
 	$(PTHREAD_CFLAGS) $(PTHREAD_LIBS)




More information about the Pcsclite-cvs-commit mailing list