Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc
Commits
c7664435
Commit
c7664435
authored
Jul 13, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notify: use Makefile.am directly
parent
6a4744d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
modules/notify/Makefile.am
modules/notify/Makefile.am
+15
-0
modules/notify/Modules.am
modules/notify/Modules.am
+0
-4
No files found.
modules/notify/Makefile.am
0 → 100644
View file @
c7664435
basedir
=
notify
include
$(top_srcdir)/modules/common.am
libgrowl_plugin_la_SOURCES
=
growl.m
libgrowl_plugin_la_OBJCFLAGS
=
$(AM_OBJCFLAGS)
$(OBJCFLAGS_growl)
libgrowl_plugin_la_LIBADD
=
$(AM_LIBADD)
$(LIBS_growl)
libgrowl_plugin_la_LIBTOOLFLAGS
=
--tag
=
CC
libnotify_plugin_la_SOURCES
=
notify.c
libnotify_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(NOTIFY_CFLAGS)
libnotify_plugin_la_LIBADD
=
$(AM_LIBADD)
$(NOTIFY_LIBS)
libvlc_LTLIBRARIES
=
$(LTLIBgrowl)
$(LTLIBnotify)
EXTRA_LTLIBRARIES
=
libgrowl_plugin.la libnotify_plugin.la
modules/notify/Modules.am
deleted
100644 → 0
View file @
6a4744d9
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_growl = growl.m
SOURCES_notify = notify.c
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