File: Makefile.am

package info (click to toggle)
orage 4.3.99.1-2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 9,400 kB
  • ctags: 2,720
  • sloc: ansic: 25,885; sh: 8,485; xml: 1,101; perl: 873; makefile: 517
file content (29 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (2)
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
orage_plugindir = 							\
	$(libdir)/xfce4/mcs-plugins

orage_plugin_LTLIBRARIES = orage_plugin.la

orage_plugin_la_LDFLAGS =						\
	-avoid-version							\
	-module

orage_plugin_la_SOURCES =						\
	xfcalendar_plugin.c

orage_plugin_la_CFLAGS = 						\
	$(XFCE_MCS_MANAGER_CFLAGS) 					\
	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
	-DSYSCONFDIR=\"$(sysconfdir)\"					\
	-DDATADIR=\"$(pkgdatadir)\" 

desktopdir = $(datadir)/applications
desktop_in_files = xfce-xfcalendar-settings.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST = 								\
	$(desktop_in_files)

DISTCLEANFILES =							\
	$(desktop_DATA)