|
From: <mla...@us...> - 2006-11-12 10:34:34
|
Revision: 127
http://svn.sourceforge.net/g15daemon/?rev=127&view=rev
Author: mlampard
Date: 2006-11-12 02:34:24 -0800 (Sun, 12 Nov 2006)
Log Message:
-----------
makefile fixes
Modified Paths:
--------------
trunk/g15daemon-wip/Makefile.am
trunk/g15daemon-wip/g15daemon/Makefile.am
Modified: trunk/g15daemon-wip/Makefile.am
===================================================================
--- trunk/g15daemon-wip/Makefile.am 2006-11-12 10:27:32 UTC (rev 126)
+++ trunk/g15daemon-wip/Makefile.am 2006-11-12 10:34:24 UTC (rev 127)
@@ -22,6 +22,7 @@
rm -rf `find $(distdir)/patches -name .svn`
rm -rf `find $(distdir)/rpm -name .svn`
rm -rf `find $(distdir)/plugins -name .svn`
+ rm -rf `find $(distdir)/images -name .svn`
dist-rpm: dist-bzip2
rpmbuild -ts $(distdir).tar.bz2
Modified: trunk/g15daemon-wip/g15daemon/Makefile.am
===================================================================
--- trunk/g15daemon-wip/g15daemon/Makefile.am 2006-11-12 10:27:32 UTC (rev 126)
+++ trunk/g15daemon-wip/g15daemon/Makefile.am 2006-11-12 10:34:24 UTC (rev 127)
@@ -3,7 +3,7 @@
sbin_PROGRAMS = g15daemon
noinst_PROGRAMS = g15daemontest
noinst_HEADERS = g15logo.h
-g15daemon_SOURCES = logo.h utility_funcs.c \
+g15daemon_SOURCES = utility_funcs.c \
g15daemon.h main.c linked_lists.c gfx_primitives.c g15_plugins.c
g15daemon_LDADD = -ldl
g15daemon_LDFLAGS = -rdynamic
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|