File: Makefile.am

package info (click to toggle)
xpenguins-applet 1.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,552 kB
  • ctags: 1,300
  • sloc: sh: 7,325; ansic: 5,517; makefile: 228; sed: 93
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS = intl po src docs

Applicationsdir = $(datadir)/applets/Amusements
Applications_DATA = xpenguins_applet.desktop

gnorbadir = $(sysconfdir)/CORBA/servers
gnorba_DATA = xpenguins_applet.gnorba

pixmapdir = $(datadir)/pixmaps
pixmap_DATA = gnome-xpenguins.png

EXTRA_DIST = applet-docs.make $(Applications_DATA) \
		$(gnorba_DATA) $(pixmap_DATA)