summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: f9446f558f14c0e5e99f048437b31f35425ff119 (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
SUBDIRS = libnotify tools tests

pcdata_DATA = libnotify.pc
pcdatadir = $(libdir)/pkgconfig

EXTRA_DIST = \
	AUTHORS NEWS INSTALL COPYING README \
	ChangeLog \
	Doxyfile.in \
	autogen.sh \
	configure.ac \
	libnotify.pc.in \
	libnotify.spec.in

dist-hook: libnotify.spec
	cp libnotify.spec $(distdir)

$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck

doxygen:
	@echo "Running doxygen..."
	@doxygen Doxyfile