summaryrefslogtreecommitdiffstats
path: root/kbiff/Makefile.am
blob: 66e1a06b9ed0af7a2d6ca7ff7b0eb123892e85e1 (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
# just set the variable
appsdir   = $(kde_appsdir)/Internet
apps_DATA = kbiff.desktop

# set the include path for X, qt and KDE
INCLUDES = $(all_includes)

# claim, which subdirectories you want to install
SUBDIRS = pics

####### This part is very kbiff specific
# you can add here more. This one gets installed 
bin_PROGRAMS    =
lib_LTLIBRARIES =
tdeinit_LTLIBRARIES = kbiff.la

# Which sources should be compiled for kbiff.
kbiff_la_SOURCES = setupdlg.cpp kbiff.cpp main.cpp kbiffmonitor.cpp \
                   notify.cpp kbiffurl.cpp status.cpp kbiffcodec.cpp \
                   led.cpp kbiffcrypt.cpp version.cpp

# the library search path
kbiff_la_LDFLAGS = $(all_libraries) -module -avoid-version

# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.
kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_TDEIO) $(LIB_TQT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI)

# this option you can leave out. Just, if you use "make dist", you need it
noinst_HEADERS = setupdlg.h kbiff.h kbiffmonitor.h notify.h kbiffurl.h \
                 status.h kbiffcodec.h led.h version.h

METASOURCES = AUTO

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

KDE_ICON = kbiff