diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-05-13 00:31:31 +0000 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-05-13 00:31:31 +0000 |
commit | fd2cb2e9b2d3d606af04e7a51a54e41d7ccf0db8 (patch) | |
tree | 08d7f58a1c5c322279c12e7ece09e3159977ce4d /Makefile.am | |
parent | e8ce85948f388f81a5cc1e6bcf4b336f730f7503 (diff) | |
download | nautilus-fd2cb2e9b2d3d606af04e7a51a54e41d7ccf0db8.tar.gz |
This is way people should use a highlighting editor so you wouldn't have
* libnautilus/Makefile.am (BUILT_SOURCES): This is way people
should use a highlighting editor so you wouldn't have these broken
BUILT_SOURCES things.
* Makefile.am (SUBDIRS): Moved components and helper-utilies
downwards in the SUBDIRS so it builds again.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index dcbc1ce6b..e139bc4ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,7 @@ NULL= SUBDIRS =\ - components \ data \ - helper-utilities \ icons \ idl \ intl \ @@ -11,6 +9,8 @@ SUBDIRS =\ libnautilus-extensions \ librsvg \ nautilus-widgets \ + helper-utilities \ + components \ po \ src \ $(NULL) |