~ubuntu-branches/ubuntu/karmic/glom/karmic

« back to all changes in this revision

Viewing changes to glom/relationships_overview/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-02-13 12:03:10 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20070213120310-5gnl1gi3ywn8r3xk
Tags: 1.3.8-0ubuntu1
* New upstream release:
  - Self-hosting:
    - Change the name of the sub-folder used to store self-hosted database
      data.
    - Discover an available network port number, instead of hard-coding the 
      port number.
    - Experimental use of avahi: The self-hosting postgres instance is 
      advertised via avahi, but you can't do anything useful with it.
  - Details view: Add a vertical scrollbar, so that the window's minimum 
    height is never too big for average screens.
* debian/control:
  - added libavahi-glib-dev to Build-Depends. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gladedir = $(datadir)/glom/glade/
2
 
 
3
 
# We define GLOM_GLADEDIR so that we can get the installed .glade file at runtime.
4
 
INCLUDES = -I@top_srcdir@/ $(GLOM_CFLAGS) \
5
 
           -DGLOM_GLADEDIR=\""$(gladedir)/"\"
6
 
 
7
 
noinst_LIBRARIES = librelationshipsoverview.a
8
 
librelationshipsoverview_a_SOURCES = table_canvasitem.h table_canvasitem.cc \
9
 
                                     relationshipscanvas_tablewidget.h relationshipscanvas_tablewidget.cc \
10
 
                                     relationships_canvas.h relationships_canvas.cc \
11
 
                                     dialog_relationships_overview.h dialog_relationships_overview.cc
12