~ubuntu-branches/ubuntu/jaunty/pidgin-extprefs/jaunty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
EXTRA_DIST =                 \
	ChangeLog            \
	INSTALL              \
	INSTALL-win32.txt    \
	LICENSE              \
	Makefile.mingw       \
	TODO                 \
	src/Makefile.mingw

SUBDIRS = src

DISTCLEANFILES = extprefs_config.h

BUILT_SOURCES = extprefs_config.h

$(OBJECTS): $(BUILT_SOURCES)

extprefs_config.h: pre_config.h
	$(sedpath) 's/#define PACKAGE/#define EXTPREFS_PACKAGE/g' pre_config.h > $@