root/trunk/lswm/Makefile.in

Revision 137, 301 bytes (checked in by dsmith, 1 year ago)

Added config.h header and with-python configure option

Line 
1 #Copyright (C) 2007 L. Donnie Smith
2
3 include @top_builddir@/defs.mak
4
5 APP_NAME = lswm
6
7 SOURCES = lswm.c
8
9 CFLAGS += -I@top_builddir@/libcwiid
10 LDFLAGS += -L@top_builddir@/libcwiid
11 LDLIBS += -lcwiid
12 INST_DIR = @bindir@
13
14 include $(COMMON)/include/app.mak
15
16 distclean: clean
17         rm Makefile
18
19 .PHONY: distclean
Note: See TracBrowser for help on using the browser.