mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 07:20:14 +01:00
2007-03-27 Tambet Ingo <tambet@ximian.com>
* libnm-glib/Makefile.am: Fix the build issue. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2502 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
45c54c10b2
commit
d79895713d
3 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-03-27 Tambet Ingo <tambet@ximian.com>
|
||||
|
||||
* libnm-glib/Makefile.am: Fix the build issue.
|
||||
|
||||
2007-03-26 Tambet Ingo <tambet@ximian.com>
|
||||
|
||||
* libnm-glib/nm-vpn-connection.h:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@ BUILT_SOURCES = \
|
|||
nm-device-bindings.h \
|
||||
nm-device-802-3-ethernet-bindings.h \
|
||||
nm-device-802-11-wireless-bindings.h \
|
||||
nm-access-point-bindings.h
|
||||
nm-access-point-bindings.h \
|
||||
nm-marshal.h \
|
||||
nm-marshal.c
|
||||
|
||||
lib_LTLIBRARIES = libnm-glib.la
|
||||
|
||||
|
|
@ -35,8 +37,7 @@ libnm_glib_la_SOURCES = \
|
|||
nm-utils.c \
|
||||
nm-utils.h \
|
||||
nm-vpn-connection.c \
|
||||
nm-marshal-main.c \
|
||||
$(BUILT_SOURCES)
|
||||
nm-marshal-main.c
|
||||
|
||||
libnm_glib_la_LDFLAGS = $(GLIB_LIBS) $(DBUS_LIBS)
|
||||
|
||||
|
|
|
|||
2
libnm-glib/nm-marshal-main.c
Normal file
2
libnm-glib/nm-marshal-main.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#include "nm-marshal.h"
|
||||
#include "nm-marshal.c"
|
||||
Loading…
Add table
Reference in a new issue