X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=705e9bafff413b68dadfb2a7367d293b4ff97fb5;hb=40f6d58d5813d60af3221ef18f17d22268a1acd1;hp=067e08f70ce3e5d872a68f8c8f1ecc5da7279e80;hpb=a6c4c0c8d8224cdc455f0d184e91d0cf881f0077;p=dockapps%2Fwmnotify.git diff --git a/src/Makefile.am b/src/Makefile.am index 067e08f..705e9ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,14 +1,17 @@ # This file is processed by GNU automake to generate Makefile.in -INCLUDES = -I$(top_srcdir)/pixmaps - bin_PROGRAMS = wmnotify + wmnotify_SOURCES = wmnotify.c wmnotify.h options.c options.h configfile.c configfile.h \ xevents.c xevents.h dockapp.c dockapp.h sound.c sound.h \ network.c network.h pop3.c pop3.h imap.c imap.h ssl.c ssl.h common.h +wmnotify_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/pixmaps \ + $(AM_CPPFLAGS) + CLEANFILES = *~ -DISTCLEANFILES = .deps/*.P MAINTAINERCLEANFILES = Makefile.in # we want these in the dist tarball