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
+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