Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
upower
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
75
Issues
75
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
upower
upower
Commits
69c06340
Commit
69c06340
authored
Jan 25, 2010
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trivial: add missing file
parent
0a2b06f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
libupower-glib/Makefile.am
libupower-glib/Makefile.am
+81
-0
No files found.
libupower-glib/Makefile.am
0 → 100644
View file @
69c06340
INCLUDES
=
\
$(GLIB_CFLAGS)
\
$(DBUS_GLIB_CFLAGS)
\
-I
$(top_srcdir)
\
-I
$(top_srcdir)
/libupower-glib
\
-DUP_COMPILATION
\
-DG_LOG_DOMAIN
=
\"
libupower-glib
\"
\
-DPACKAGE_DATA_DIR
=
\"
"
$(datadir)
"
\"
\
-DPACKAGE_LOCALE_DIR
=
\"
"
$(prefix)
/
$(DATADIRNAME)
/locale"
\"
-include
$(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS
=
INTROSPECTION_SCANNER_ARGS
=
--add-include-path
=
$(srcdir)
INTROSPECTION_COMPILER_ARGS
=
--includedir
=
$(srcdir)
lib_LTLIBRARIES
=
\
libupower-glib.la
libupower_glib_includedir
=
$(includedir)
/upower-glib
libupower_glib_include_HEADERS
=
\
upower.h
\
up-version.h
\
up-types.h
\
up-device.h
\
up-client.h
libupower_glib_la_SOURCES
=
\
up-types.c
\
up-client.c
\
up-device.c
libupower_glib_la_LIBADD
=
\
$(INTLLIBS)
\
$(GLIB_LIBS)
\
$(DBUS_GLIB_LIBS)
libupower_glib_la_LDFLAGS
=
\
-version-info
$(LT_CURRENT)
:
$(LT_REVISION)
:
$(LT_AGE)
\
-export-dynamic
\
-no-undefined
\
-export-symbols-regex
'^up_.*'
libupower_glib_la_CFLAGS
=
\
$(WARNINGFLAGS_C)
\
$(NULL)
EXTRA_DIST
=
\
up-client.h
\
up-device.h
\
up-enum.h
\
up-history-item.h
\
up-qos-item.h
\
up-stats-item.h
\
up-wakeup-item.h
\
up-wakeups.h
\
up-version.h.in
CLEANFILES
=
$(BUILT_SOURCES)
if
HAVE_INTROSPECTION
introspection_sources
=
$(libupower_glib_la_SOURCES)
UPowerGlib-1.0.gir
:
libupower-glib.la
UPowerGlib_1_0_gir_INCLUDES
=
GObject-2.0 Gio-2.0
UPowerGlib_1_0_gir_CFLAGS
=
$(INCLUDES)
UPowerGlib_1_0_gir_LIBS
=
libupower-glib.la
UPowerGlib_1_0_gir_FILES
=
$(
addprefix
$(srcdir)
/,
$(introspection_sources)
)
INTROSPECTION_GIRS
+=
UPowerGlib-1.0.gir
girdir
=
$(datadir)
/gir-1.0
dist_gir_DATA
=
$(INTROSPECTION_GIRS)
typelibdir
=
$(libdir)
/girepositry-1.0
typelib_DATA
=
$(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES
+=
$(dist_gir_DATA)
$(typelib_DATA)
endif
clean-local
:
rm
-f
*
~
Write
Preview
Markdown
is supported
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