diff options
author | fluxgen <fluxgen> | 2002-03-18 23:01:10 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-03-18 23:01:10 (GMT) |
commit | 00dccce50caaacf76e665ce53e3afbda44b5fe2a (patch) | |
tree | be04f3f1227f3e1d9990b3c28228435087ba5b60 /util | |
parent | 46a715d217e0e5c7a6185c5d456c333de098ecd3 (diff) | |
download | fluxbox_lack-00dccce50caaacf76e665ce53e3afbda44b5fe2a.zip fluxbox_lack-00dccce50caaacf76e665ce53e3afbda44b5fe2a.tar.bz2 |
added FbAtoms.hh/cc
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 0b0ae7a..20123cb 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -6,7 +6,7 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ | |||
6 | bin_SCRIPTS = bsetbg | 6 | bin_SCRIPTS = bsetbg |
7 | bin_PROGRAMS = bsetroot | 7 | bin_PROGRAMS = bsetroot |
8 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 8 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |
9 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o | 9 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o |
10 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |
11 | EXTRA_DIST=bsetbg | 11 | EXTRA_DIST=bsetbg |
12 | 12 | ||
@@ -14,4 +14,4 @@ distclean-local: | |||
14 | rm -f *\~ | 14 | rm -f *\~ |
15 | 15 | ||
16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | 16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ |
17 | ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh | 17 | ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh |