clean up for configs
[oweals/gnunet.git] / src / ats-tool / Makefile.am
index d39bef3e7a686a308a198d8caf528964d7837692..51e0fe17a1f840b6d64f0ac7a2ca94b98ccbdb32 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
@@ -12,10 +12,10 @@ bin_PROGRAMS = \
  gnunet-ats 
 
 gnunet_ats_SOURCES = \
- gnunet-ats.c gnunet-service-ats.h
+ gnunet-ats.c 
 gnunet_ats_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/hello/libgnunethello.la \
-  $(GN_LIBINTL)  
\ No newline at end of file
+  $(GN_LIBINTL)