Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 573239e9b32b171332947e58d58869f15ea117c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDES =						\
	$(DEPS_CFLAGS)				  	\
	$(PYTHON_INCLUDES)			 	\
	$(LIBXUL_CFLAGS)				\
	-DPLUGIN_PATH=\"$(libdir)/mozilla/plugins\"     \
	-DLIBXUL_DIR=\"$(LIBXUL_DIR)\"			\
	-DDATA_DIR=\"$(pkgdatadir)\"			\
	-DLIB_DIR=\"$(pkglibdir)\"

noinst_LTLIBRARIES = libhulahop.la

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