~noskcaj/ubuntu/wily/epiphany-browser/merge

« back to all changes in this revision

Viewing changes to src/bookmarks/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Gustavo Noronha Silva
  • Date: 2013-03-20 20:45:41 UTC
  • mto: (120.1.2 experimental) (1.10.1) (105.1.14 sid)
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: package-import@ubuntu.com-20130320204541-0t2adqjzvpflkni2
Tags: upstream-3.7.91
ImportĀ upstreamĀ versionĀ 3.7.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
noinst_LTLIBRARIES = libephybookmarks.la
2
2
 
3
 
headerdir = $(prefix)/include/epiphany/@EPIPHANY_MAJOR@/epiphany
4
 
header_DATA = \
5
 
        ephy-bookmarks-type-builtins.h  \
6
 
        $(INST_H_FILES)
7
 
 
8
3
INST_H_FILES = \
9
4
        ephy-bookmarks.h
10
5