]> git.meshlink.io Git - catta/blobdiff - tests/Makefile.am
move public headers into their own directory
[catta] / tests / Makefile.am
index 52323234383ed08dd30fb589494bdf3d7b47bb8e..9e05868b98b16ac89f2d4b28d2176c8eb11cf50c 100644 (file)
@@ -15,8 +15,8 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 
-AM_CFLAGS=-I$(top_srcdir)
-AM_LDADD=$(top_srcdir)/avahi/libavahi.la
+AM_CFLAGS=-I$(top_srcdir)/include
+AM_LDADD=$(top_srcdir)/src/libavahi.la
 
 # This cool debug trap works on i386/gcc only
 AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'