diff options
author | fluxgen <fluxgen> | 2002-08-20 02:05:17 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-08-20 02:05:17 (GMT) |
commit | 952d7717cd1a2a00d873719dd104277f674db15b (patch) | |
tree | 57ebbcc03b21368a21877d7f3fba17070a35ebf7 /util/fbrun/Makefile.am | |
parent | 4d3ee5364af5ceccdee89809dbe13a41720bf781 (diff) | |
download | fluxbox_pavel-952d7717cd1a2a00d873719dd104277f674db15b.zip fluxbox_pavel-952d7717cd1a2a00d873719dd104277f674db15b.tar.bz2 |
first
Diffstat (limited to 'util/fbrun/Makefile.am')
-rw-r--r-- | util/fbrun/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/fbrun/Makefile.am b/util/fbrun/Makefile.am new file mode 100644 index 0000000..a74b5d6 --- /dev/null +++ b/util/fbrun/Makefile.am | |||
@@ -0,0 +1,7 @@ | |||
1 | FLUXBOX_SRC_DIR=../../src/ | ||
2 | INCLUDES = -I${FLUXBOX_SRC_DIR} | ||
3 | bin_PROGRAMS = fbrun | ||
4 | fbrun_SOURCES = FbRun.hh FbRun.cc main.cc | ||
5 | fbrun_LDADD = ${FLUXBOX_SRC_DIR}Font.o | ||
6 | |||
7 | fbrun.o: ${FLUXBOX_SRC_DIR}/Font.hh | ||