aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-20 02:05:17 (GMT)
committerfluxgen <fluxgen>2002-08-20 02:05:17 (GMT)
commit952d7717cd1a2a00d873719dd104277f674db15b (patch)
tree57ebbcc03b21368a21877d7f3fba17070a35ebf7 /util/fbrun/Makefile.am
parent4d3ee5364af5ceccdee89809dbe13a41720bf781 (diff)
downloadfluxbox-952d7717cd1a2a00d873719dd104277f674db15b.zip
fluxbox-952d7717cd1a2a00d873719dd104277f674db15b.tar.bz2
first
Diffstat (limited to 'util/fbrun/Makefile.am')
-rw-r--r--util/fbrun/Makefile.am7
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 @@
1FLUXBOX_SRC_DIR=../../src/
2INCLUDES = -I${FLUXBOX_SRC_DIR}
3bin_PROGRAMS = fbrun
4fbrun_SOURCES = FbRun.hh FbRun.cc main.cc
5fbrun_LDADD = ${FLUXBOX_SRC_DIR}Font.o
6
7fbrun.o: ${FLUXBOX_SRC_DIR}/Font.hh