File: Makefile.am

package info (click to toggle)
gnotes 1.10-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 608 kB
  • ctags: 82
  • sloc: sh: 1,942; ansic: 852; makefile: 91
file content (29 lines) | stat: -rw-r--r-- 481 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
22
23
24
25
26
27
28
29

INCLUDES = \
  -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
  -I$(includedir) $(GNOME_INCLUDEDIR) \
  $(ORBIT_CFLAGS)

bin_PROGRAMS = gnotes

gnotes_SOURCES = \
  gnote.c \
  gnotes.c \
  gnotes.desktop.in

gnotes_LDADD = \
  $(GNOME_LIBDIR) \
  $(GNOMEUI_LIBS) \
  $(ORBIT_LIBS) \
  /usr/lib/libpanel_applet.so

EXTRA_DIST = \
  gnote.h \
  plaid.xpm

sysdir = $(datadir)/applets/Utility
sys_DATA = gnotes.desktop

gnotes.desktop:
	sed 's#@@PREFIX@@#$(bindir)#g' < $(@).in > $(@)