~ubuntu-branches/debian/jessie/file-roller/jessie

« back to all changes in this revision

Viewing changes to nautilus/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-05-25 13:13:26 UTC
  • mfrom: (1.8.1) (5.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130525131326-bm7bv6b4yig6820h
Tags: 3.8.2-1
* New upstream release.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        -I$(top_builddir)                               \
6
6
        $(DISABLE_DEPRECATED)                           \
7
7
        $(NAUTILUS_CFLAGS)                              \
8
 
        $(FR_CFLAGS)
 
8
        $(FR_CFLAGS)                                    \
 
9
        $(JSON_GLIB_CFLAGS)                             \
 
10
        $(LIBNOTIFY_CFLAGS)
9
11
 
10
12
nautilus_extensiondir=$(NAUTILUS_EXTENSION_DIR)
11
13