root/lswm/Makefile.in

Revision 6af678616531eb1f3d3d0a052313ef9d8125bac7, 313 bytes (checked in by L. Donnie Smith <donnie.smith@…>, 2 years ago)

fix link options for --as-needed (#90)

also fix a couple of includes

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