File: Makefile.am

package info (click to toggle)
fireflier 1.1.6-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,348 kB
  • ctags: 1,167
  • sloc: sh: 9,023; cpp: 8,370; makefile: 437; ansic: 300
file content (32 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (3)
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
26
27
28
29
30
31
32
## 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

fireflier_client_gtk_includedir = $(pkgincludedir)

fireflier_client_gtk_include_DATA = \
	CDlgAuthentication.hh\
	CCO_All.h\
	CDlgIPTablesRules.hh\
	CDlgSrc.hh\
	CDlgUSpaceRules.hh\
	CFireFlierClient.hh\
	CFireFlierClientApp.hh\
	CGConf.h\
	CNetworkThread.h\
	CPacket.h\
	CRefPtr.h\
	CResolverThread.h\
	CSemaphore.h\
	CkjConfSystem.h\
	CkjThread.h\
	CkjThreadSystem.h\
	dispatcher.h\
	fireflierIO.h\
	firefliergconfpaths.h\
	fireflierstrings.h\
	CSync.h

EXTRA_DIST = $(fireflier_client_gtk_include_DATA)