Forgot the makefile in the last commit.

* test/Makefile.am:
	Forgot the makefile in the last commit.
This commit is contained in:
Ramiro Estrugo 2000-07-11 11:15:34 +00:00
parent ba0e6fd383
commit 5df05d4530
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2000-07-11 Ramiro Estrugo <ramiro@eazel.com>
* test/Makefile.am:
Forgot the makefile in the last commit.
2000-07-11 Ramiro Estrugo <ramiro@eazel.com>
* libnautilus-extensions/nautilus-password-dialog.c:

View file

@ -31,11 +31,12 @@ LDADD =\
$(NULL)
noinst_PROGRAMS =\
test-nautilus-graphic \
test-nautilus-mime-actions \
test-nautilus-mime-actions-set \
test-nautilus-widgets \
test-nautilus-password-dialog \
test-nautilus-preferences \
test-nautilus-graphic \
test-nautilus-widgets \
$(NULL)
test_nautilus_mime_actions_SOURCES = test-nautilus-mime-actions.c
@ -48,6 +49,8 @@ test_nautilus_preferences_SOURCES = test-nautilus-preferences.c
test_nautilus_graphic_SOURCES = test-nautilus-graphic.c
test_nautilus_password_dialog_SOURCES = test-nautilus-password-dialog.c
#libleakcheck_la_SOURCES = \
# nautilus-leak-checker.c \
# nautilus-leak-checker.h \