Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
ekiga
Commits
5b3c0c10
Commit
5b3c0c10
authored
Dec 22, 2010
by
Eugen Dedu
Browse files
Fix build with binutils-gold
and reorder comopilation order...
parent
958eff13
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
5b3c0c10
...
...
@@ -58,16 +58,16 @@ nodist_ekiga_SOURCES =
ekiga_SOURCES
+=
\
gui/accounts.h
\
gui/accounts.cpp
\
gui/assistant.h
\
gui/assistant.cpp
\
gui/callbacks.h
\
gui/callbacks.cpp
\
gui/conf.h
\
gui/conf.h
\
gui/conf.cpp
\
gui/
assistant.h
\
gui/
assistant.cpp
\
gui/
default_devices.cpp
\
gui/
default_devices.h
\
gui/main_window.h
\
gui/main_window.cpp
\
gui/default_devices.cpp
\
gui/default_devices.h
\
gui/preferences.h
\
gui/preferences.cpp
\
gui/statusicon.h
\
...
...
@@ -76,8 +76,8 @@ ekiga_SOURCES += \
gui/statusmenu.cpp
# Endpoints
ekiga_SOURCES
+=
\
ekiga.h
\
ekiga_SOURCES
+=
\
ekiga.h
\
ekiga.cpp
# resources
...
...
@@ -157,6 +157,10 @@ AM_LIBS = $(GTK_LIBS) $(GLIB_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) $(BONOBO_LIBS) $(O
ekiga_LDADD
=
\
$(top_builddir)
/lib/libekiga.la
$(AM_LIBS)
if
!WIN32
ekiga_LDFLAGS
=
-lX11
endif
EXTRA_DIST
=
\
$(service_in_files)
\
dbus-helper/dbus-stub.xml
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment