diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-09 19:58:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-09 19:58:08 +0000 |
| commit | bccb90b01da9d3f3b483e690444ebfbca914aa02 (patch) | |
| tree | c70bcb95973df9581d4352df1de659beed85859c /tools/slit/Makefile.am | |
| parent | f26f23de50cb7941a7702198e3b4d1b2f9de062e (diff) | |
add shit that i made in the last week!
Diffstat (limited to 'tools/slit/Makefile.am')
| -rw-r--r-- | tools/slit/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/slit/Makefile.am b/tools/slit/Makefile.am new file mode 100644 index 00000000..b9aa5058 --- /dev/null +++ b/tools/slit/Makefile.am @@ -0,0 +1,17 @@ +rcdir=$(datadir)/openbox + +INCLUDES=-I../.. + +CPPFLAGS=$(X_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ + -DRCDIR=\"$(rcdir)\" \ + -DG_LOG_DOMAIN=\"ObSlit\" +LIBS=$(X_LIBS) $(XFT_LIBS) $(GLIB_LIBS) @LIBS@ @LIBINTL@ + +bin_PROGRAMS=obslit + +obslit_LDADD=-lobrender -L../../render +obslit_SOURCES=slit.c +MAINTAINERCLEANFILES=Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* |
