File: Makefile.am

package info (click to toggle)
screem 0.2.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,748 kB
  • ctags: 2,270
  • sloc: ansic: 26,366; sh: 7,453; makefile: 512; sed: 93; perl: 18
file content (21 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES        =       -I../../include -I../../pixmaps \
                        -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
                        -DGLADE_PATH=\""$(gladedir)"\" \
                        $(GNOME_INCLUDEDIR) \
			-D _GNU_SOURCE

plugins_execdir	=	$(libdir)/screem/plugins

plugins_exec_LTLIBRARIES = linkWizard.la

linkWizard_la_SOURCES = linkWizard.c
linkWizard_la_LDFLAGS = -avoid-version -module
linkWizard_la_LIBADD =  $(GNOME_LIBDIR) $(GNOMEUI_LIBS)

gladedir = $(libdir)/screem/glade
glade_DATA = \
        linkWizard.glade
glade_msgs = \
        linkWizard.glade.h

EXTRA_DIST = $(glade_DATA) $(glade_msgs)