File: Makefile.am

package info (click to toggle)
matchbox-panel-manager 0.1%2Bgit20041202-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: ansic: 1,510; makefile: 27; sh: 2
file content (18 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDES =					\
	@MBPANELMGR_CFLAGS@			

bin_PROGRAMS = mbpanelmgr

mbpanelmgr_SOURCES = 				\
	mbpanelmgr.c			        

mbpanelmgr_LDADD = @MBPANELMGR_LIBS@ -lX11

desktopdir = $(datadir)/applications/
pixmapsdir = $(datadir)/pixmaps/

pixmaps_DATA = mbpanelmgr.png

desktop_DATA = mb-panel-manager.desktop

EXTRA_DIST = mb-panel-manager.desktop .autoipkg mbpanelmgr.png