X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=d4ed91c347681701494bc484770ab0086c293645;hb=53d45f29a7d94c747a1e833169f19073bcec0120;hp=ead5381ed5541f88205a63b724e11263afff1946;hpb=f86c044343a6ebb0bef30e68a0daa82d91f9b68a;p=dockapps%2Fwmnotify.git diff --git a/src/Makefile.am b/src/Makefile.am index ead5381..d4ed91c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,18 +3,14 @@ INCLUDES = -I$(top_srcdir)/pixmaps bin_PROGRAMS = wmnotify -wmnotify_SOURCES = wmnotify.c options.c configfile.c xevents.c dockapp.c sound.c \ - network.c pop3.c imap.c ssl.c +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 CLEANFILES = *~ DISTCLEANFILES = .deps/*.P MAINTAINERCLEANFILES = Makefile.in -# These headers will be included in the distribution tarball, but will not be -# installed by 'make install' -noinst_HEADERS = common.h wmnotify.h options.h configfile.h xevents.h dockapp.h sound.h \ - network.h pop3.h imap.h ssl.h - # we want these in the dist tarball EXTRA_DIST =