summaryrefslogtreecommitdiffstats
path: root/wifi/Makefile.am
blob: 1cbd9763e2e6a9d3991e1dd4df8900664fef290e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Yow, Emacs, this is a -*- makefile -*-

xdg_apps_DATA = kwifimanager.desktop

EXTRA_DIST = $(xdg_apps_DATA)
INCLUDES = $(all_includes)

SUBDIRS = kcmwifi kwireless pixmaps locations

bin_PROGRAMS = kwifimanager

kwifimanager_SOURCES = 	interface_wireless.cpp \
			interface_wireless_wirelessextensions.cpp \
			interface_dcop.skel \
			networkscanning.cpp \
			kwifimanager.cpp \
			locator.cpp \
			main.cpp \
			picture.cpp \
			speed.cpp \
			statistics.cpp \
			status.cpp \
			strength.cpp \
			asusled.cpp

if include_ARTS
ARTS_LIBS = -lartsflow -lmcop -lartsflow_idl
endif

kwifimanager_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(ARTS_LIBS)
kwifimanager_LDADD = $(ARTS_LIBS) -liw $(LIB_TDEUI)

noinst_HEADERS = 	interface_wireless.h \
			interface_wireless_wirelessextensions.h \
			interface_dcop.h \
			networkscanning.h \
			kwifimanager.h \
			locator.h \
			picture.h \
			speed.h \
			statistics.h \
			status.h \
			strength.h \
			asusled.h

METASOURCES = AUTO

KDE_ICON = AUTO

appdir=$(kde_datadir)/kwifimanager
app_DATA = kwifimanagerui.rc

messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/kwifimanager.pot