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