[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
showimg 0.9.4.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,436 kB
  • ctags: 3,644
  • sloc: cpp: 32,420; sh: 11,559; perl: 2,779; makefile: 220
file content (20 lines) | stat: -rw-r--r-- 700 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCLUDES = -I$(top_srcdir)/showimg $(all_includes)

# These are not really libraries, but modules dynamically opened.
# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/kde3
kde_module_LTLIBRARIES = libshowimgpart.la

libshowimgpart_la_SOURCES = showimgpart.cpp
libshowimgpart_la_LIBADD = $(LIB_KPARTS) ../showimg/libshowimgcore.la
libshowimgpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)

# Automatically generate moc files
METASOURCES = AUTO

# Install the XML-UI file to its correct location
showimgdir = $(kde_datadir)/showimgpart
showimg_DATA = showimgpart.rc

# Install the .desktop file into the kde_services directory
kde_services_DATA = showimgpart.desktop