diff options
author | Darin Adler <darin@src.gnome.org> | 2001-10-31 00:31:00 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-10-31 00:31:00 +0000 |
commit | 74e78f43fe12ab51c6de68561b9fad1df8877d74 (patch) | |
tree | 5e732b70ea37e7ecacea9f7d2351e189be8c887f /Makefile.am | |
parent | 19dcc4ea40a3d824977a7808662ee3a60a35e513 (diff) | |
download | nautilus-74e78f43fe12ab51c6de68561b9fad1df8877d74.tar.gz |
cut-n-paste-code now compiles, and we are a hair's breadth away from
* Lots of files:
cut-n-paste-code now compiles, and we are a hair's breadth
away from linking -- so far from running, though
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index cf08d1baa..c1a64340f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,17 +10,17 @@ APPLETS_SUBDIRS = applets endif SUBDIRS = \ - data \ - icons \ libnautilus \ - libnautilus-adapter \ libnautilus-private \ + libnautilus-adapter \ + cut-n-paste-code \ src \ po \ + data \ + icons \ $(NULL) XXX = \ - cut-n-paste-code \ components \ helper-utilities \ helper-scripts \ |