File: Makefile.am

package info (click to toggle)
kdeutils 4%3A3.5.5-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 21,152 kB
  • ctags: 16,106
  • sloc: cpp: 114,950; sh: 10,061; ansic: 3,182; perl: 2,835; python: 1,308; makefile: 931; xml: 303; lex: 302; yacc: 167
file content (19 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDES = $(all_includes) 

kde_module_LTLIBRARIES = kcharselect_panelapplet.la

kcharselect_panelapplet_la_SOURCES = charselectapplet.cpp

METASOURCES = AUTO
noinst_HEADERS = charselectapplet.h

lnkdir = $(kde_datadir)/kicker/applets
lnk_DATA = kcharselectapplet.desktop

EXTRA_DIST = $(lnk_DATA)

kcharselect_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kcharselect_panelapplet_la_LIBADD = $(LIB_KDEUI)

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