Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
thunar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pratik Karki
thunar
Commits
fe25f926
Commit
fe25f926
authored
7 years ago
by
Alexander Schwinn
Browse files
Options
Downloads
Patches
Plain Diff
Ported thunar-tpa to gdbus - part II (bug #14038)
parent
e8151b67
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/thunar-tpa/Makefile.am
+9
-11
9 additions, 11 deletions
plugins/thunar-tpa/Makefile.am
with
9 additions
and
11 deletions
plugins/thunar-tpa/Makefile.am
+
9
−
11
View file @
fe25f926
AM_CPPFLAGS
=
\
-I
$(
top_builddir
)
\
-I
$(
top_builddir
)
/plugins
\
-I
$(
top_builddir
)
/plugins
\
-I
$(
top_srcdir
)
\
-I
$(
top_srcdir
)
/plugins
\
-DG_LOG_DOMAIN
=
\"
libthunar-tpa
\"
\
-I
$(
top_srcdir
)
/plugins
\
-DG_LOG_DOMAIN
=
\"
libthunar-tpa
\"
\
$(
PLATFORM_CPPFLAGS
)
plugindir
=
$(
libdir
)
/xfce4/panel/plugins
...
...
@@ -11,26 +11,24 @@ plugin_LTLIBRARIES = \
libthunar-tpa.la
libthunar_tpa_la_SOURCES
=
\
thunar-tpa.c
\
thunar-tpa-bindings.c
thunar-tpa.c
\
thunar-tpa-bindings.c
\
thunar-tpa-bindings.h
libthunar_tpa_la_CFLAGS
=
\
$(
DBUS_CFLAGS
)
\
$(
LIBXFCE4UI_CFLAGS
)
\
$(
LIBXFCE4UTIL_CFLAGS
)
\
$(
LIBXFCE4PANEL_CFLAGS
)
\
$(
PLATFORM_CFLAGS
)
libthunar_tpa_la_LIBADD
=
\
$(
DBUS_LIBS
)
\
$(
LIBXFCE4UTIL_LIBS
)
\
$(
LIBXFCE4UI_LIBS
)
\
$(
LIBXFCE4UI_LIBS
)
\
$(
LIBXFCE4PANEL_LIBS
)
libthunar_tpa_la_LDFLAGS
=
\
libthunar_tpa_la_LDFLAGS
=
\
-avoid-version
\
-module
\
-module
\
-no-undefined
\
-export-symbols-regex
'^xfce_panel_module_(preinit|init|construct)'
\
$(
PLATFORM_LDFLAGS
)
...
...
@@ -53,7 +51,7 @@ endif
EXTRA_DIST
=
\
$(
desktop_in_files
)
\
thunar-tpa-bindings.xml
\
thunar-tpa-bindings.xml
\
README
CLEANFILES
=
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment