mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
PR: 191880 Submitted by: Nikola Kolev The main focus of the library is to work in packaging and unpackaging of data structures. While this implementation uses SMPP-3.4, the aim is to generate a simple way to implement any proprietary protocol on TCP.
11 lines
627 B
Text
11 lines
627 B
Text
--- binary/Makefile.in.orig 2014-07-14 15:29:16.000000000 +0300
|
|
+++ binary/Makefile.in 2014-07-14 15:28:49.000000000 +0300
|
|
@@ -676,6 +676,8 @@ clean-libLTLIBRARIES:
|
|
done
|
|
libsmpp34.la: $(libsmpp34_la_OBJECTS) $(libsmpp34_la_DEPENDENCIES)
|
|
$(libsmpp34_la_LINK) -rpath $(libdir) $(libsmpp34_la_OBJECTS) $(libsmpp34_la_LIBADD) $(LIBS)
|
|
+../binary/libsmpp34.la: $(libsmpp34_la_OBJECTS) $(libsmpp34_la_DEPENDENCIES)
|
|
+ $(libsmpp34_la_LINK) -rpath $(libdir) $(libsmpp34_la_OBJECTS) $(libsmpp34_la_LIBADD) $(LIBS)
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|