blob: 8be74ae2a4cae8c866bd75b76ac8f4412ebad163 (
plain)
1
2
3
4
5
6
7
8
9
10
|
bin_PROGRAMS=ntl-history-view
INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GNOMEUI_CFLAGS) $(BONOBO_CFLAGS) $(WERROR)
LDADD=$(top_builddir)/libnautilus/libnautilus.la $(BONOBO_LIBS) $(GNOMEUI_LIBS)
ntl_history_view_SOURCES=ntl-history-view.c
goaddir=$(sysconfdir)/CORBA/servers
goad_DATA=ntl-history-view.goad
EXTRA_DIST=$(goad_DATA)
|