automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dashes in library names


From: McKenzie Keith
Subject: dashes in library names
Date: Thu, 21 Aug 2003 21:28:30 -0700

I would like to create some libraries with dashes in the name. I am using automake version 1.6.3, and it doesn't seem to like my efforts at doing this. For now I am using underscores instead of dashes. Here is the Makefile.am:

AUTOMAKE_OPTIONS = 1.4

lib_LTLIBRARIES = libswt_gtk_2052.la libswt_pi_gtk_2052.la

libswt_gtk_2052_la_SOURCES = \
callback.h callback.c

libswt_pi_gtk_2052_la_SOURCES = \
structs.h swt.h structs.c swt.c

libswt_gtk_2052_la_CFLAGS = -DSWT_VERSION=2052
libswt_pi_gtk_2052_la_CFLAGS = $(GTKDEPS_CFLAGS) -DSWT_VERSION=2052

libswt_pi_gtk_2052_la_LDFLAGS = $(GTKDEPS_LIBS)

*****************end Makefile.am***************

I would really like to create libswt-gtk-2052 and libswt-pi-gtk-2052, not libswt_gtk_2052 and libswt_pi_gtk_2052. I am sort of stuck with the names, because I am trying to rebundle some existing code, and changing the names of the libraries doesn't seem feasible right now.

Any advice or re-direction to that end would be much appreciated.

--McKenzie

_________________________________________________________________
MSN 8: Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup





reply via email to

[Prev in Thread] Current Thread [Next in Thread]