diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-09-08 12:13:09 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-09-08 12:13:09 +0000 |
commit | 50be1d3adfb0d0c378b3464a99690441ab1e5f14 (patch) | |
tree | dfdb6eb900e029892720bff87ea315033fabe8b1 /avahi-discover-standalone/Makefile.am | |
parent | 09b102d429c483d92d269622e2ce748e69abf5f9 (diff) |
* Minor build change
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@528 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-discover-standalone/Makefile.am')
-rw-r--r-- | avahi-discover-standalone/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index 5b93c42..2f3a4a1 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -21,6 +21,9 @@ AM_CFLAGS=\ -I$(top_srcdir) \ -DAVAHI_INTERFACES_DIR=\"$(interfacesdir)\" +interfaces = \ + avahi-discover.glade + # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' @@ -56,9 +59,6 @@ endif endif endif -interfaces = \ - avahi-discover.glade - EXTRA_DIST = \ $(interfaces) \ avahi-discover.gladep |