|
Revision 2927
(checked in by chipx86, 2 years ago)
|
- Move the src/ directory's contents into src/daemon/.
- Moved themes/ into src/.
- Bump the version to 0.3.6.90.
|
| Line | |
|---|
| 1 |
SUBDIRS = data po src |
|---|
| 2 |
|
|---|
| 3 |
EXTRA_DIST = \ |
|---|
| 4 |
AUTHORS NEWS INSTALL COPYING README \ |
|---|
| 5 |
ChangeLog \ |
|---|
| 6 |
autogen.sh \ |
|---|
| 7 |
configure.ac \ |
|---|
| 8 |
intltool-extract.in \ |
|---|
| 9 |
intltool-merge.in \ |
|---|
| 10 |
intltool-update.in |
|---|
| 11 |
|
|---|
| 12 |
$(OBJECTS): libtool |
|---|
| 13 |
libtool: $(LIBTOOL_DEPS) |
|---|
| 14 |
$(SHELL) ./config.status --recheck |
|---|
| 15 |
|
|---|
| 16 |
DISTCLEANFILES = \ |
|---|
| 17 |
intltool-extract \ |
|---|
| 18 |
intltool-merge \ |
|---|
| 19 |
intltool-update |
|---|