~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to conf/common.rmk

  • Committer: Bean
  • Date: 2010-06-23 15:25:02 UTC
  • Revision ID: bean123ch@gmail.com-20100623152502-9h370uiaoryb2r3v
New command time, misc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
966
966
datehook_mod_CFLAGS = $(COMMON_CFLAGS)
967
967
datehook_mod_LDFLAGS = $(COMMON_LDFLAGS)
968
968
 
 
969
# For time.mod
 
970
pkglib_MODULES += time.mod
 
971
time_mod_SOURCES = commands/time.c
 
972
time_mod_CFLAGS = $(COMMON_CFLAGS)
 
973
time_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
974
 
969
975
# For lsmmap.mod
970
976
pkglib_MODULES += lsmmap.mod
971
977
lsmmap_mod_SOURCES = commands/lsmmap.c