mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
More 'make dist' fixes.
This commit is contained in:
parent
8a6ced0acb
commit
f2e44e35d6
3 changed files with 24 additions and 4 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2000-04-27 Ramiro Estrugo <ramiro@eazel.com>
|
||||
|
||||
More 'make dist' fixes. I missed the services dir.
|
||||
|
||||
* components/services/install/Makefile.am:
|
||||
Add missing .h files SOURCES.
|
||||
|
||||
* components/services/startup/Makefile.am:
|
||||
Add missing .h files SOURCES.
|
||||
|
||||
2000-04-27 Ramiro Estrugo <ramiro@eazel.com>
|
||||
|
||||
Add gnome panel .desktop file and logo.
|
||||
|
|
|
@ -21,14 +21,22 @@ gnorbadir = $(sysconfdir)/CORBA/servers
|
|||
bin_PROGRAMS = eazel-install
|
||||
|
||||
eazel_install_SOURCES = \
|
||||
eazel-install-tests.c \
|
||||
eazel-install-utils.c \
|
||||
helixcode-install-utils.c \
|
||||
eazel-install-metadata.c \
|
||||
eazel-install-xml-package-list.c \
|
||||
eazel-install-metadata.h \
|
||||
eazel-install-protocols.c \
|
||||
eazel-install-protocols.h \
|
||||
eazel-install-rpm-glue.c \
|
||||
eazel-install-rpm-glue.h \
|
||||
eazel-install-tests.c \
|
||||
eazel-install-tests.h \
|
||||
eazel-install-types.h \
|
||||
eazel-install-utils.c \
|
||||
eazel-install-utils.h \
|
||||
eazel-install-xml-package-list.c \
|
||||
eazel-install-xml-package-list.h \
|
||||
eazel-install.c \
|
||||
helixcode-install-utils.c \
|
||||
helixcode-install-utils.h \
|
||||
$(NULL)
|
||||
|
||||
eazel_install_LDFLAGS = \
|
||||
|
|
|
@ -22,7 +22,9 @@ bin_PROGRAMS = \
|
|||
nautilus-service-startup-view
|
||||
|
||||
nautilus_service_startup_view_SOURCES = \
|
||||
nautilus-service-startup-view.h \
|
||||
nautilus-service-startup-view.c \
|
||||
eazel-register.h \
|
||||
eazel-register.c \
|
||||
main.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue