File: Makefile.am

package info (click to toggle)
galculator 1.2.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,604 kB
  • ctags: 804
  • sloc: ansic: 4,806; sh: 2,797; lex: 247; makefile: 45
file content (18 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

gladedir = $(datadir)/galculator/glade

glade_DATA = about.glade \
		color.glade \
		font.glade \
		prefs.glade \
		main_frame.glade \
		scientific_buttons.glade \
		basic_buttons.glade \
		dispctrl_bottom.glade \
		dispctrl_right.glade \
		dispctrl_right_vertical.glade

EXTRA_DIST = $(glade_DATA)