File: Makefile.am

package info (click to toggle)
gwget2 0.94-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,032 kB
  • ctags: 584
  • sloc: sh: 8,393; ansic: 4,446; makefile: 184
file content (20 lines) | stat: -rw-r--r-- 460 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
## Process this file with automake to produce Makefile.in

## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## 	Please disable it in the Anjuta project configuration

gwget2_includedir = $(pkgincludedir)

gwget2_include_DATA = \
        main_window.h\
	main_window_cb.h\
	gwget_data.h\
	wget-log.h\
	utils.h\
	custom-cell-renderer-progressbar.h\
	new_window.h\
	eggtrayicon.h\
	systray.h

EXTRA_DIST = $(gwget2_include_DATA)