diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-02 04:09:33 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-02 04:09:33 +0800 |
commit | 1d8491a1dcd425eaeeb39739fec95e892ba641d5 (patch) | |
tree | 5b673229f26985b427c52433e6d7731074963247 /src/Makefile.am | |
parent | 2a830a379ab4c38b512ee521ccf10ba9cb28da53 (diff) | |
download | gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.gz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.bz2 gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.lz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.xz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.zst gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.zip |
*** empty log message ***
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cad9cd290..e2b4a65e2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,49 +41,49 @@ endif epiphany_SOURCES = \ $(ephy_automation_interface_idl_sources) \ $(nautilus_view_sources) \ - ui-prefs.c \ - ui-prefs.h \ - prefs-dialog.c \ - prefs-dialog.h \ - toolbar.c \ - toolbar.h \ - statusbar.c \ - statusbar.h \ - ephy-main.c \ + appearance-prefs.c \ + appearance-prefs.h \ ephy-automation.c \ ephy-automation.h \ + ephy-favorites-menu.c \ + ephy-favorites-menu.h \ + ephy-history-model.c \ + ephy-history-model.h \ + ephy-main.c \ + ephy-navigation-button.c \ + ephy-navigation-button.h \ ephy-shell.c \ ephy-shell.h \ ephy-tab.c \ ephy-tab.h \ + ephy-tbi.c \ + ephy-tbi.h \ ephy-window.c \ ephy-window.h \ - window-commands.c \ - window-commands.h \ - popup-commands.c \ - popup-commands.h \ - history-dialog.c \ - history-dialog.h \ - ppview-toolbar.c \ - ppview-toolbar.h \ - session.c \ - session.h \ general-prefs.c \ general-prefs.h \ + history-dialog.c \ + history-dialog.h \ language-editor.c \ language-editor.h \ - appearance-prefs.c \ - appearance-prefs.h \ pdm-dialog.c \ pdm-dialog.h \ - ephy-favorites-menu.c \ - ephy-favorites-menu.h \ - ephy-history-model.c \ - ephy-history-model.h \ - ephy-tbi.c \ - ephy-tbi.h \ - ephy-navigation-button.c \ - ephy-navigation-button.h + popup-commands.c \ + popup-commands.h \ + prefs-dialog.c \ + prefs-dialog.h \ + ppview-toolbar.c \ + ppview-toolbar.h \ + session.c \ + session.h \ + statusbar.c \ + statusbar.h \ + toolbar.c \ + toolbar.h \ + ui-prefs.c \ + ui-prefs.h \ + window-commands.c \ + window-commands.h epiphany_LDADD = \ $(top_builddir)/embed/libephyembed.la \ |