mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
include nautilus-history-view.h
2002-05-16 Jacob Berkman <jacob@ximian.com> * components/history/Makefile.am (libnautilus_history_view_la_SOURCES): include nautilus-history-view.h
This commit is contained in:
parent
25ffc12618
commit
08ca67a0f2
2 changed files with 13 additions and 2 deletions
|
@ -1,7 +1,14 @@
|
|||
2002-05-16 Jacob Berkman <jacob@ximian.com>
|
||||
|
||||
* components/history/Makefile.am
|
||||
(libnautilus_history_view_la_SOURCES): include
|
||||
nautilus-history-view.h
|
||||
|
||||
|
||||
2002-05-15 Sean Atkinson <sean@cantab.net>
|
||||
|
||||
* src/nautilus-window-manage-views.c
|
||||
(get_history_list_callback):
|
||||
(get_history_list_callback):
|
||||
* libnautilus/nautilus-view.c (history_dup):
|
||||
* libnautilus/nautilus-view-component.idl:
|
||||
Remove icon XML string from HistoryItem.
|
||||
|
|
|
@ -8,7 +8,11 @@ INCLUDES=\
|
|||
|
||||
lib_LTLIBRARIES = libnautilus-history-view.la
|
||||
|
||||
libnautilus_history_view_la_SOURCES = libmain.c nautilus-history-view.c
|
||||
libnautilus_history_view_la_SOURCES = \
|
||||
libmain.c \
|
||||
nautilus-history-view.c \
|
||||
nautilus-history-view.h \
|
||||
$(NULL)
|
||||
|
||||
libnautilus_history_view_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
|
Loading…
Reference in a new issue