Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: fd3f6479140d4b539f5d8d5b734130f551bf1e45 (plain)
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
INCLUDES =					\
	$(DEPS_CFLAGS)				\
	$(PYTHON_INCLUDES)			\
	$(MOZILLA_CFLAGS)			\
	-I$(MOZILLA_INCLUDE_ROOT)/docshell	\
	-I$(MOZILLA_INCLUDE_ROOT)/dom		\
	-I$(MOZILLA_INCLUDE_ROOT)/xulapp	\
	-I$(MOZILLA_INCLUDE_ROOT)/nspr		\
	-I$(MOZILLA_INCLUDE_ROOT)/pyxpcom	\
	-I$(MOZILLA_INCLUDE_ROOT)/string	\
	-I$(MOZILLA_INCLUDE_ROOT)/webbrwsr	\
	-I$(MOZILLA_INCLUDE_ROOT)/widget	\
	-I$(MOZILLA_INCLUDE_ROOT)/xpcom		\
	-DMOZILLA_HOME=\"$(MOZILLA_HOME)\"  \
	-DDATA_DIR=\"$(pkgdatadir)\"

noinst_LTLIBRARIES = libhulahop.la

libhulahop_la_SOURCES = 		\
	HulahopDirectoryProvider.cpp	\
	HulahopDirectoryProvider.h	\
	hulahop.cpp			\
	hulahop.h			\
	hulahop-web-view.cpp		\
	hulahop-web-view.h