Automake patch

This commit is contained in:
William Ferrell
1999-12-11 19:33:35 +00:00
parent 1f0e4679ab
commit e6431e9827
13 changed files with 300 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
SUBDIRS = examples headlines lcdproc
+2
View File
@@ -0,0 +1,2 @@
bin_SCRIPTS = fortune.pl iosock.pl tail.pl x11amp.pl
EXTRA_DIST = fortune.pl iosock.pl tail.pl x11amp.pl
+2
View File
@@ -0,0 +1,2 @@
bin_SCRIPTS = lcdheadlines
EXTRA_DIST = lcdheadlines
+3
View File
@@ -0,0 +1,3 @@
bin_PROGRAMS = lcdproc
lcdproc_SOURCES = main.c main.h mode.c mode.h batt.c batt.h chrono.c chrono.h cpu.c cpu.h disk.c disk.h load.c load.h mem.c mem.h
lcdproc_LDADD = ../../shared/libLCDstuff.a