File: Makefile.am

package info (click to toggle)
gnome-main-menu 1.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,748 kB
  • ctags: 724
  • sloc: ansic: 4,394; makefile: 150; sh: 17; xml: 2
file content (25 lines) | stat: -rw-r--r-- 395 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
if ENABLE_CAJA_EXTENSION
CAJA_DIR=caja-main-menu
else
CAJA_DIR=
endif

SUBDIRS =				\
	application-browser/etc		\
	application-browser/src		\
	main-menu/etc			\
	main-menu/src			\
	$(CAJA_DIR)			\
	patch				\
	po

EXTRA_DIST =				\
	autogen.sh				\
	intltool-extract.in		\
	intltool-merge.in		\
	intltool-update.in

DISTCLEANFILES =			\
	intltool-extract		\
	intltool-merge			\
	intltool-update